Searched defs:isCandidate (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineLateInstrsCleanup.cpp | 157 static bool isCandidate(const MachineInstr *MI, Register &DefedReg, isCandidate() function |
/llvm-project/llvm/lib/Target/BPF/ | ||
H A D | BPFAdjustOpt.cpp | 299 bool isCandidate = false; avoidSpeculation() local |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | ConstantHoisting.cpp | 235 bool isCandidate = false; findBestInsertionSet() local |
H A D | DFAJumpThreading.cpp | 419 bool isCandidate(const SwitchInst *SI) { isCandidate() function |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonVectorCombine.cpp | 508 template <typename T> T *isCandidate(Instruction *In) { isCandidate() function |