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

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

Completed in 746 milliseconds