Searched refs:FindPhiPredForUseInBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp406 /// FindPhiPredForUseInBlock - Given a value and a basic block, find a PHI
409 static BasicBlock* FindPhiPredForUseInBlock(Value* Used, BasicBlock* BB) { function
600 BasicBlock* pred = FindPhiPredForUseInBlock(Reloads[out],

Completed in 42 milliseconds