OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoPHITranslation
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/
Value.h
288
///
DoPHITranslation
- If this value is a PHI node with CurBB as its parent,
292
Value *
DoPHITranslation
(const BasicBlock *CurBB, const BasicBlock *PredBB);
294
const Value *
DoPHITranslation
(const BasicBlock *CurBB,
296
return const_cast<Value*>(this)->
DoPHITranslation
(CurBB, PredBB);
/external/llvm/include/llvm/IR/
Value.h
527
Value *
DoPHITranslation
(const BasicBlock *CurBB, const BasicBlock *PredBB);
529
const Value *
DoPHITranslation
(const BasicBlock *CurBB,
531
return const_cast<Value*>(this)->
DoPHITranslation
(CurBB, PredBB);
/external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp
399
///
DoPHITranslation
- If this value is a PHI node with CurBB as its parent,
403
Value *Value::
DoPHITranslation
(const BasicBlock *CurBB,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp
669
Value *TrueVInPred = TrueV->
DoPHITranslation
(PhiTransBB, ThisBB);
670
Value *FalseVInPred = FalseV->
DoPHITranslation
(PhiTransBB, ThisBB);
[
all
...]
/external/llvm/lib/IR/
Value.cpp
638
Value *Value::
DoPHITranslation
(const BasicBlock *CurBB,
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp
475
Value *RHS = Cmp->getOperand(1)->
DoPHITranslation
(BB, PredBB);
[
all
...]
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
555
Value *RHS = Cmp->getOperand(1)->
DoPHITranslation
(BB, PredBB);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
Completed in 154 milliseconds